home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Templates / Java Template.java < prev    next >
Text File  |  2003-08-14  |  104b  |  8 lines

  1. class  
  2. {
  3.     public static void main(String[] args) 
  4.     {
  5.         System.out.println("Hello World!");
  6.     }
  7. }
  8.